home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / os2 / rsynth1.zip / useconfig.h < prev   
Text File  |  1995-12-18  |  623b  |  32 lines

  1. #ifdef HAVE_SYS_TYPES_H
  2. #include <sys/types.h>
  3. #endif
  4.  
  5. #ifdef STDC_HEADERS
  6. #include <stddef.h>
  7. #include <string.h>
  8. #include <stdlib.h>
  9. #else          
  10. #ifndef HAVE_STRCHR          
  11. #define strchr index          
  12. #define strrchr rindex          
  13. #endif          
  14. char *strchr (), *strrchr ();
  15. #ifndef HAVE_MEMCPY          
  16. #define memcpy(d, s, n) bcopy ((s), (d), (n))          
  17. #endif
  18. #ifdef HAVE_MALLOC_H
  19. #include <malloc.h>
  20. #endif
  21. #endif /* STDC_HEADERS */
  22.  
  23. #ifdef HAVE_UNISTD_H
  24. #include <unistd.h>
  25. #endif
  26.  
  27. #if HAVE_LIBC_H
  28. /* From NeXT stuff */
  29. #include <libc.h>
  30. #endif
  31. #include <float.h>
  32.